home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual BASIC 5.0 (Ent. Edition) / Vb5ent Extractor.EXE / VB / SAMPLES / ENTRPRIS / APE / AEWORKER / AEWORKER.RC next >
Encoding:
Text File  |  1996-11-27  |  338 b   |  16 lines

  1. STRINGTABLE DISCARDABLE 
  2. BEGIN
  3.     3    "Execute Method Begin"
  4.     4    "Execute Method End"
  5.     6    "Ready Method Begin"
  6.     7    "Worker"
  7.     8    "Ready Method End, New Service"
  8.     9    "Ready Method End, No Service"
  9.     10    "DoService Received"
  10.     11    "Call rejected retry"
  11.     12    "Error: "
  12.  
  13.     //User defined errors
  14.     32767    "Invalid Lib.Class.Method parameter"
  15. END
  16.